home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / 第1特集Plug-in / Illustrator / Updated Acrobat & Find (Sノ.sit / Updated Acrobat & Find (Select) / Acrobat PDF File Format.rsrc / TEXT_16003.txt < prev    next >
Text File  |  1994-11-17  |  2KB  |  64 lines

  1. 72 65536 mul 4718592 div dup cols mul exch rows mul scale
  2. level2 {
  3. band 0 eq {
  4. [/CIEBasedABC 3 dict begin
  5. /DecodeLMN [{1.8 exp} bind dup dup] def
  6. /MatrixLMN [
  7. 0.4497 0.2446 0.0252
  8. 0.3163 0.672 0.1412
  9. 0.1845 0.0833 0.9227
  10. ] def
  11. /WhitePoint [0.9505 1 1.0891] def
  12. currentdict end]
  13. } {/DeviceGray} ifelse
  14. setcolorspace} if
  15. /picstr1 cols string def
  16. /picstr2 cols string def
  17. /picstr3 cols string def
  18. /picstr4 cols string def
  19. /readdata {currentfile exch readhexstring pop} def
  20. /image2 level2 {/image load def} {{begin
  21. Width Height BitsPerComponent ImageMatrix
  22. Decode length 2 eq
  23. {/DataSource load image} if
  24. Decode length 6 eq
  25. {DataSource 0 get DataSource 1 get DataSource 2 get
  26. true 3 colorimage} if
  27. Decode length 8 eq
  28. {DataSource 0 get DataSource 1 get
  29. DataSource 2 get DataSource 3 get
  30. true 4 colorimage} if
  31. end} def} ifelse
  32. /_image2 level2 {/_image load def} {{begin
  33. Width Height BitsPerComponent ImageMatrix
  34. /DataSource load _image end} def} ifelse
  35. /beginimage {
  36. band 0 eq band 4 eq or band 5 eq or
  37. {image2}
  38. {negative {{pop 0}} {{pop 1}} ifelse
  39. _settransfer _image2} ifelse
  40. } def
  41. 12 dict begin
  42. /ImageType 1 def
  43. /Width cols def
  44. /Height rows def
  45. /ImageMatrix [cols 0 0 rows neg 0 rows] def
  46. /BitsPerComponent 8 def
  47. band 0 eq
  48. {/Decode [0 1 0 1 0 1] def
  49. /MultipleDataSources true def
  50. /DataSource [
  51. {picstr1 readdata}
  52. {picstr2 readdata}
  53. {picstr3 readdata picstr4 readdata pop}
  54. ] def}
  55. {/Decode [0 1] def
  56. /DataSource {
  57. picstr1 readdata pop
  58. picstr2 readdata pop
  59. picstr3 readdata pop
  60. picstr4 readdata
  61. } def}
  62. ifelse
  63. currentdict end
  64.